projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b9088
)
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 28 Feb 2024 19:38:30 +0000
(20:38 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 28 Feb 2024 19:44:32 +0000
(20:44 +0100)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index ddc9775bccecec32c42081baaa53a549355d8def..be477b7a6df6b341e4970462e2537b0dcd924dda 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-3496,6
+3496,7
@@
Of course, we really can't know that for sure, so it's just a heuristic."
(subr . subrp)
(string . stringp)
(symbol . symbolp)
+ (symbol-with-pos . symbol-with-pos-p)
(vector . vectorp)
(window . windowp)
;; FIXME: Do we really want to consider these types?